Indicates a problem writing data of the specified format.
SDK
- macOS 10.4+
Framework
- App
Kit
Declaration
NSTextWriteInapplicableDocumentTypeError = 66062
Indicates a problem writing data of the specified format.
SDK
Framework
NSTextWriteInapplicableDocumentTypeError = 66062
NSText Read Inapplicable Document Type Error
Indicates a problem reading data with the specified format.
NSText Read Write Error Minimum
The beginning of a range of error codes reserved for future use.
NSText Read Write Error Maximum
The end of a range of error codes reserved for future use.
NSService Application Launch Failed Error
The service providing application could not be launched. This will typically contain an underlying error with an Launch Services error code.
NSService Application Not Found Error
The service provider could not be found.
NSService Error Maximum
Inclusive service error range, for checking future error codes.
NSService Error Minimum
Inclusive service error range, for checking future error codes.
NSService Invalid Pasteboard Data Error
The service providing app did not return a pasteboard with any of the promised types, or we couldn't write the data from the pasteboard to the object receiving the returned data.
NSService Malformed Service Dictionary Error
The service dictionary did not contain the necessary keys. Messages will typically be logged to the console giving more details.
NSService Miscellaneous Error
Other errors, representing programmatic mistakes in the service consuming application. These show a generic error message to the user.
NSService Request Timed Out Error
The service providing application did not open its service listening port in time, or the app didn't respond to the request in time; see the Console log to figure out which (the errors are typically reported the same way to the user).