Synchronous Request Errors
When any trait mutation or query request is submitted to the YP Graph, the request may return a success response that includes the requested response selection set data OR an error response containing one of the following error codes.
code | message |
ACTION_NOT_SUPPORTED | Action {{actionName}} is not supported by device {{deviceId}} |
DEVICE_NOT_FOUND | Device {{deviceId}} could not be found. |
VALUE_OUT_OF_RANGE | {{fieldName}} requested value {{value}} is out of range acceptable to device. |
TIMEOUT_ERROR | Request has failed due to server time out. Please retry sending the request. |
BAD_USER_INPUT | <Uses Apollo GraphQL Standard message> |
FORBIDDEN | <Uses Apollo GraphQL Standard message> |
GRAPHQL_PARSE_FAILED | <Uses Apollo GraphQL Standard message> |
GRAPHQL_VALIDATION_FAILED | <Uses Apollo GraphQL Standard message> |
INTERNAL_SERVER_ERROR | An unspecified error has occurred. |
PERSISTED_QUERY_NOT_FOUND | <Uses Apollo GraphQL Standard message> |
PERSISTED_QUERY_NOT_SUPPORTED | <Uses Apollo GraphQL Standard message> |
UNAUTHENTICATED | <Uses Apollo GraphQL Standard message> |
DEVICE_RESET_REQUIRED | Device ownership claiming failed as device is not in factory default state. Please reset device to factory settings before retrying the claim process. |
CANNOT_CLAIM | Device ownership claiming failed as submitted claim token is not valid for a claimable device. Please retry the claim process with a valid claim token. |
What made this section unhelpful for you?
On this page
- Synchronous Request Errors