Enum ReturnCodes
Common return codes generated by this library
Namespace: PTIRelianceLib
Assembly: PTIRelianceLib.dll
Syntax
public enum ReturnCodes : int
Fields
| Name | Description |
|---|---|
| ConfigFileInvalid | The specified configuration file is invalid. Use Reliance Tools to generate a valid configuration. |
| DeviceNotConnected | No IPyramidDevice is connected to the system |
| ExecutionFailure | Operation was started with the target but the response code from the target indicates failure. |
| FailedBootloaderEntry | An attmept to enter bootloader mode failed. Reboot the printer and try again if you receive this response. |
| FlashChecksumMismatch | The flash operation completed but the checksum is incorrect. Try flash updating again. |
| FlashFileInvalid | The specified firmware file is corrupt |
| FlashInstalledFwNotSupported | The target device has firmware that is not compatible with this library |
| FlashPermissionDenied | The target printer is denying your update request |
| InvalidRequest | The format of the request is invalid |
| InvalidRequestPayload | The request is known but the payload is malformed |
| Okay | Operation completed normally, printer is online and ready for work |
| OperationAborted | Operation was aborted by library due to sanity check failure |
| RebootFailure | An attempt to reboot the printer resulted in the connection not recovering. Try to reconnect to the printer again if you receive this response. |
| TargetStoppedResponding | The target was communicating normally and then unexpectedly stopped |