Variant

create-trigger-error

No description available.

variant create-trigger-error {
  bad-request(string),
  unauthorized(string),
  not-found(string),
  unprocessable-entity(string),
  too-many-requests(string),
  internal-server-error(string),
  other(string),
}

Cases

CasePayloadDescription
bad-requeststring
unauthorizedstring
not-foundstring
unprocessable-entitystring
too-many-requestsstring
internal-server-errorstring
otherstring