Type Alias ErrorResponseBadRequest

  • BG-1 - Context JWT is missing tenantId.
  • BG-2 - Context JWT is missing userId.
  • BG-4 - Invalid or unsupported Content Type. Valid types are: application/json, application/json+qlik, application/json+atlan, application/json+atlas
  • BG-5 - Failed to decode JSON payload.
  • BG-6 - A glossary name is required.
  • BG-7 - Two categories with the same name cannot have the same parent.
  • BG-11 - Glossary validation failed - A value or parameter is invalid or not set
  • BG-12 - Category validation failed - A value or parameter is invalid or not set
  • BG-13 - Term validation failed - A value or parameter is invalid or not set
  • BG-14 - Two or more categories share Id
  • BG-15 - Two or more terms share Id
  • BG-16 - Not detecting proper Atlas format
  • BG-17 - Not detecting proper Atlan format
  • BG-18 - Not detecting proper Qlik format
  • BG-19 - Invalid format in term
  • BG-20 - Duplicate link definition
  • BG-21 - Rich text validation failed
  • BG-22 - Import cancelled
  • BG-23 - Duplicate link related
type ErrorResponseBadRequest = {
    errors?: ErrorResponseCode[];
    traceId?: string;
}
Index

Properties

Properties

traceId?: string