ErrorResponse
- detailsType: array object[]required
Additional details about the error
- messageType: stringrequired
Message describing how to resolve the error
- reasonType: string
_code requiredProvides an error code-specific reason for the error.
- targetType: stringrequired
Specifies the part of the request that is responsible for the error
- targetType: string enum
_type requiredSpecifies which part of the request the target is referring to
values- H
T T P _ R E Q U E S T _ P A T H - H
T T P _ R E Q U E S T _ B O D Y - H
T T P _ R E Q U E S T _ Q U E R Y _ S T R I N G - H
T T P _ R E Q U E S T _ H E A D E R
- errorType: string enum
_code requiredA code that identifies the kind of error that occurred
values- C
O U L D _ N O T _ A U T H E N T I C A T E - H
T T P _ B O D Y _ I S _ U N E X P E C T E D - H
T T P _ M E T H O D _ N O T _ A L L O W E D - I
N V A L I D _ H E A D E R S - I
N V A L I D _ P A R A M S
- errorType: string
_message requiredHuman-readable description of the error
