FLASHAPI.

Invalid parameter

One or more request parameters are invalid.

FieldValue
HTTP status400
codeINVALID_PARAMETER
retryablefalse
typehttps://docs.flashapi.io/errors/invalid-parameter

Gateway and upstream problem+json bodies use this type URI. SDKs should branch on code, not on title or detail.

Example#

terminal
{
  "type": "https://docs.flashapi.io/errors/invalid-parameter",
  "title": "Invalid parameter",
  "status": 400,
  "detail": "One or more request parameters are invalid.",
  "instance": "urn:flashapi:request:req_01JXYZ123",
  "code": "INVALID_PARAMETER",
  "request_id": "req_01JXYZ123",
  "retryable": false
}

See the error catalog for every platform code.