• Product integration
  • >
  • Enums
  • >
  • ProductIntegrationHealth

ProductIntegrationHealth

Possible statuses of a ping test on a URL.

Fields

PENDING

The test is still pending.

NONE

The test failed because no endpoint URL has been defined.

SUCCESSFUL

The test succeeded.

SERVER_SIDE_ERROR

The test failed because the endpoint returned a server error, or an unexpected error occurred.

NOT_FOUND

The test failed because the endpoint was not found on the endpoint server.

TRANSPORT_ERROR

The test failed because the endpoint returned a client error, or an unexpected error occurred.

TIMEOUT

The test failed because it timed out waiting for a response from the endpoint.

AUTHORIZATION_SERVER_CONNECTION_ERROR

The test failed because it timed out waiting for a response from the authorization server.

INVALID_CREDENTIALS_ERROR

The test failed because the authorization server responded that the credentials were invalid.

MISSING_CREDENTIALS_ERROR

The test failed because the credentials were not defined.

AUTHORIZATION_SERVER_REQUEST_ERROR

The test failed because the authorization server returned a server error.

AUTHORIZATION_SERVER_NOT_FOUND_ERROR

The test failed because the path was not found on the authorization server.

INVALID_TOKEN_TYPE_ERROR

The test failed because the token type returned by the authorization server was not valid.

UNEXPECTED_ERROR

The test failed with an unexpected error.