LinX Error Messages

LinX standard error messages are returned if a request fails. Standard error messages are returned for all requests with the exception of APIs where the LinX Result object is returned.

Attributes

timestamp

string (date-time)

Date and time of the error.

traceId

string (date-time)

Internal ID used by RocketKOR Support.

message

string

Error message.

errorCode

string

Error code.

errors

object

(Optional) List of detailed errors.

path

string

Path of the request field that caused the error.

message

string

Error message.

errorCode

string

Error code.

LinX Error Messages

				
					{
  "timestamp": "2024-02-02T03:15:50.422Z",
  "traceId": "string",
  "message": "string",
  "errorCode": "string",
  "errors": [
    {
      "path": "fieldName.nestedFieldName",
      "message": "string",
      "errorCode": "string"
    }
  ]
}
				
			
Exit mobile version