2xx
range indicate success
4xx
range indicate an error that failed given the information provided (e.g., a
required parameter was omitted)
5xx
range indicate an error on CDP’s backend servers.
5xx
errors are not a guarantee of failure; there’s always the chance that the operation may have
succeeded in our back-end. Therefore, your application should treat the operation’s status as
unknown.errorType
: A machine-readable error codeerrorMessage
: A human-readable message providing more detailcorrelationId
: A unique identifier for the request that can help with debuggingerrorLink
: A link to detailed documentation about the specific error type