|
ID
|
Name
|
Description
|
| 0x00 | E_OK | No error occurred |
| 0x01 | E_NOT_OK | An unspecified error occurred |
| 0x02 | E_UNKNOWN_SERVICE | The requested Service ID is unknown. |
| 0x03 | E_UNKNOWN_METHOD | The requested Method ID is unknown. Service ID is known. |
| 0x04 | E_NOT_READY | Service ID and Method ID are known. Application not running. |
| 0x05 | E_NOT_REACHABLE | System running the service is not reachable (internal error code only). |
| 0x06 | E_TIMEOUT | A timeout occurred (internal error code only). |
| 0x07 | E_WRONG_PROTOCOL_ VERSION | Version of SOME/IP protocol not supported |
| 0x08 | E_WRONG_INTERFACE_ VERSION | Interface version mismatch |
| 0x09 | E_MALFORMED_MESSAGE | Deserialization error, so that payload cannot be deserialized. |
| 0x0a | E_WRONG_MESSAGE_TYPE | An unexpected message type was received (e.g. REQUEST_NO_RETURN for a method defined as REQUEST.) |
| 0x0b – 0x1f | RESERVED | Reserved for generic SOME/IP errors. These errors will be specified in future versions of this document. |
| 0x20 – 0x3f | RESERVED | Reservedforspecificerrorsofservicesand methods. These errors are specified by the interface specification. |