2.0info: 0.2.0 hub description: Hub de integração do WMSX x-senior-domain: wmsx_int x-senior-domain-path: wmsx_int x-senior-service-path: hub contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/wmsx_intsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /hub/queries/requestData: post: description: Consulta da pendencia de integração tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – id properties: id: type: string description: ID de integração responses: 200: description: Ok schema: type: object required: – status properties: status: type: string allOf: – #/definitions/syncStatus description: Status da solicitação response: type: string format: byte description: Resposta da integração 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Consulta da pendencia de integração tags: – Queries x-senior-visibility: PRIVATE parameters: – name: id description: ID de integração in: query required: true type: string responses: 200: description: Ok schema: type: object required: – status properties: status: type: string allOf: – #/definitions/syncStatus description: Status da solicitação response: type: string format: byte description: Resposta da integração 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/queries/searchPendencies: post: description: Busca pendencias de integração tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: hub: type: string description: Nome do Destino da Requisição initialDate: type: string format: date-time description: Data inicial da pesquisa finalDate: type: string format: date-time description: Data final da pesquisa status: type: string allOf: – #/definitions/syncStatus description: Status offset: type: integer format: int64 description: Número da página default: 0 size: type: integer format: int64 description: Tamanho da página default: 10 sort: type: string description: Ordenação por campos order: type: string description: Direção da ordenação do campos responses: 200: description: Ok schema: type: object required: – contents – totalElements – totalPages properties: contents: type: array items: type: object allOf: – #/definitions/syncPendency minimum: 1 description: Pendencias totalElements: type: integer format: int64 description: Total de pendencias totalPages: type: integer format: int64 description: Total de páginas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca pendencias de integração tags: – Queries x-senior-visibility: PRIVATE parameters: – name: hub description: Nome do Destino da Requisição in: query type: string – name: initialDate description: Data inicial da pesquisa in: query type: string format: date-time – name: finalDate description: Data final da pesquisa in: query type: string format: date-time – name: status description: Status in: query type: string allOf: – #/definitions/syncStatus – name: offset description: Número da página in: query type: integer format: int64 – name: size description: Tamanho da página in: query type: integer format: int64 – name: sort description: Ordenação por campos in: query type: string – name: order description: Direção da ordenação do campos in: query type: string responses: 200: description: Ok schema: type: object required: – contents – totalElements – totalPages properties: contents: type: array items: type: object allOf: – #/definitions/syncPendency minimum: 1 description: Pendencias totalElements: type: integer format: int64 description: Total de pendencias totalPages: type: integer format: int64 description: Total de páginas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/queries/listFailures: post: description: Lista as falhas de integração tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pendencyId properties: pendencyId: type: string description: ID da pendencia responses: 200: description: Ok schema: type: object required: – failures properties: failures: type: array items: type: object allOf: – #/definitions/syncFailure minimum: 1 description: Lista de falhas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Lista as falhas de integração tags: – Queries x-senior-visibility: PRIVATE parameters: – name: pendencyId description: ID da pendencia in: query required: true type: string responses: 200: description: Ok schema: type: object required: – failures properties: failures: type: array items: type: object allOf: – #/definitions/syncFailure minimum: 1 description: Lista de falhas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/queries/getTenantConfig: post: description: Busca a configuração do tenant tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – tenant properties: tenant: type: string description: Tenant responses: 200: description: Ok schema: type: object allOf: – #/definitions/tenantConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Busca a configuração do tenant tags: – Queries x-senior-visibility: PRIVATE parameters: – name: tenant description: Tenant in: query required: true type: string responses: 200: description: Ok schema: type: object allOf: – #/definitions/tenantConfiguration 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/queries/listPendencyControl: post: description: Lista de controles de pendencias tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: tenant: type: string description: Tenant offset: type: integer format: int64 description: Número da página default: 0 size: type: integer format: int64 description: Tamanho da página default: 10 responses: 200: description: Ok schema: type: object required: – contents – totalElements – totalPages properties: contents: type: array items: type: object allOf: – #/definitions/pendencyControl minimum: 1 description: Controle de Pendencias totalElements: type: integer format: int64 description: Total de pendencias totalPages: type: integer format: int64 description: Total de páginas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Lista de controles de pendencias tags: – Queries x-senior-visibility: PRIVATE parameters: – name: tenant description: Tenant in: query type: string – name: offset description: Número da página in: query type: integer format: int64 – name: size description: Tamanho da página in: query type: integer format: int64 responses: 200: description: Ok schema: type: object required: – contents – totalElements – totalPages properties: contents: type: array items: type: object allOf: – #/definitions/pendencyControl minimum: 1 description: Controle de Pendencias totalElements: type: integer format: int64 description: Total de pendencias totalPages: type: integer format: int64 description: Total de páginas 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/queries/getMetadata: post: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: metadataFormat: type: string description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: metadataFormat description: in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/queries/exportSyncPendency: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/queries/exportSyncFailure: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/queries/getDependencies: post: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/queries/healthcheck: post: description: HealthCheck plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: HealthCheck plataforma tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status de retorno checks: type: object allOf: – #/definitions/checkDTO description: Checks executados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/actions/importData: post: description: Importação dados integração tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – name – payload properties: name: type: string description: Nome do hub de integração payload: type: string format: byte description: Payload de entrada com dados de entrada responses: 200: description: Ok schema: type: object required: – id properties: id: type: string description: ID de integração 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/actions/updateTenantConfiguration: post: description: Atualiza as configurações do tenant tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – tenant – disable – pendenciesBlockSize – pendenciesInterval properties: tenant: type: string description: Tenant disable: type: boolean description: Informa se a integração está desabilitada pendenciesBlockSize: type: integer format: int64 description: Quantidade minima de pendencias para processar pendenciesInterval: type: integer format: int64 description: Tempo para processar pendencia (em segundos) responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/actions/ignoreSyncPendency: post: description: ignora uma pendencia tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pendencyId properties: pendencyId: type: string description: IDs da Pendência responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/actions/reprocessFailedPendency: post: description: Reprocessa uma pendênica com falha. tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – pendencyId properties: pendencyId: type: string description: IDs da Pendência responses: 200: description: Ok schema: type: object 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/actions/importSyncPendency: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/actions/importSyncFailure: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /hub/signals/processPending: post: description: Processa pendências de integração tags: – Signals parameters: – name: input in: body required: true schema: type: object properties: maxPendingBufferSize: type: integer format: int64 description: Quantidade máxima de pendencias para processar minimum: 1 default: 10 responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /hub/signals/reprocessAutomaticEligibleFailedPendencies: post: description: Reprocessamento das pendências de replicação com falha elegíveis para reprocessamento automático.\nOs critérios de elegibilidade são: situação de falha e número de tentativas menor que cinco.\nAs execuções de reprocessamento irão obedecer o seguinte escalonamento:\n- Segunda tentativa: 1 minuto após a tentativa anterior.\n- Terceira tentativa: 15 minutos após a tentativa anterior.\n- Quarta tentativa: 1 hora após a tentativa anterior.\n- Quinta tentativa: 12 horas após a tentativa anterior.\n tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /hub/signals/cleanOldSyncPendencies: post: description: Limpa pendencias syncronizadas antigas da base de dados. Default 15 dias se não configurado no serviço tags: – Signals parameters: – name: input in: body required: true schema: type: object responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /hub/events/importSyncPendencyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /hub/events/exportSyncPendencyEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /hub/events/importSyncFailureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /hub/events/exportSyncFailureEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError definitions: syncStatus: type: string enum: – PENDING – ACCEPTD – IGNORED – FAIL – OVERFAIL description: Status da Sincronização: * `PENDING` – Pendente * `ACCEPTD` – Aceita * `IGNORED` – Ignorada * `FAIL` – Falha * `OVERFAIL` – Falha Excessiva após 5 tentativas userNotificationKind: type: string enum: – Operational – Management – News description: User notification kind.: * `Operational` – Operational * `Management` – Management * `News` – News userNotificationPriority: type: string enum: – Error – Alert – None description: User notification priority.: * `Error` – Error * `Alert` – Alert * `None` – None eventEmailFormat: type: string enum: – HTML – PLAIN_TEXT description: Format of the email: * `HTML` – Html * `PLAIN_TEXT` – Plain Text fieldType: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME description: FieldType: * `BINARY` – Binary * `BOOLEAN` – Boolean * `DATE` – Date * `DATETIME` – Datetime * `LOCALDATETIME` – Localdatetime * `DOUBLE` – Double * `ENUM` – Enum * `INTEGER` – Integer * `MONEY` – Money * `STRING` – String * `TIME` – Time fileFormat: type: string enum: – CSV – FLAT – JSON – XML description: FileFormat: * `CSV` – Csv * `FLAT` – Flat * `JSON` – Json * `XML` – Xml hookFunction: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE description: HookFunction: * `BEFORE_PARSE` – Before parse * `BEFORE_CONVERSION` – Before conversion * `ON_ERROR` – On error * `VALIDATE` – Validate eventType: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START description: EventType: * `CHUNK` – Chunk * `DOWNLOAD` – Download * `ERROR` – Error * `FINISH` – Finish * `START` – Start errorStrategy: type: string enum: – CALL_SCRIPT – IGNORE – STOP description: ErrorStrategy: * `CALL_SCRIPT` – Call script * `IGNORE` – Ignore * `STOP` – Stop status: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING description: Status: * `DONE` – Done * `DONE_WITH_ERRORS` – Done with errors * `DOWNLOADING` – Downloading * `ERROR` – Error * `NOT_STARTED` – Not started * `RUNNING` – Running errorType: type: string enum: – CONVERT_ERROR – SERVICE_ERROR description: ErrorType: * `CONVERT_ERROR` – Convert error * `SERVICE_ERROR` – Service error healthcheckDTO: type: string enum: – UP – DOWN description: Status do healthcheck: * `UP` – Saudável * `DOWN` – Ruim tenantConfiguration: description: configuração do tenant type: object required: – tenant – disable – pendenciesBlockSize – pendenciesInterval properties: tenant: type: string description: Tenant disable: type: boolean description: Informa se a integração está desabilitada pendenciesBlockSize: type: integer format: int64 description: Quantidade minima de pendencias para processar pendenciesInterval: type: integer format: int64 description: Tempo para processar pendencia (em segundos) pendencyControl: description: Controle de pendencias type: object required: – tenant – totalPendencies – lastUpdate properties: tenant: type: string description: Tenant totalPendencies: type: integer format: int64 description: Total de pendencias lastUpdate: type: string format: date-time description: Data da ultima pendencia criada syncPendency: description: Requisições do integrador type: object required: – sequence – name – status – payload properties: id: type: string format: uuid description: Identificador único do registro sequence: type: integer format: int64 description: Sequencia da Pendencia name: type: string maxLength: 100 description: Nome do Destino da Requisição status: type: string allOf: – #/definitions/syncStatus description: Status indicando se esta pendente, aceita, falha ou ignorada payload: type: string description: Corpo com dados entrada da Requisição lastProcessStarted: type: string format: date-time description: Inicio Último Processamento lastProcessFinished: type: string format: date-time description: Finalização Ultimo Processamento attempts: type: integer format: int64 description: Número de tentativas ready: type: boolean description: Pendencia pronta para processamento response: type: string description: Resposta da requisição nextAttempt: type: string format: date-time description: Proxima tentativa Execução createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: syncFailure: description: Requisições do integrador com falhas type: object required: – pendencyId – attemptNumber – message properties: id: type: string format: uuid description: Identificador único do registro pendencyId: type: string format: uuid description: ID da pendencia attemptNumber: type: integer format: int64 description: Número da tentativa message: type: string description: Código ou mensagem de erro details: type: string description: Detalhes do erro createdBy: type: string description: createdDate: type: string format: date-time description: lastModifiedBy: type: string description: lastModifiedDate: type: string format: date-time description: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service checkDTO: description: Retorno status usados de retorno type: object required: – status – name properties: status: type: string allOf: – #/definitions/healthcheckDTO description: Status name: type: string description: Status genericError: properties: message: type: string description: Messaging describing the error. reason: type: string enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE description: A symbolic code identifying the category of the reason of the error: * `BAD_REQUEST` – Bad Request * `UNAUTHORIZED` – Unauthorized * `PAYMENT_REQUIRED` – Payment Required * `OBJECT_NOT_FOUND` – Object Not Found * `REQUEST_TIMEOUT` – Request Timeout * `GONE` – Gone * `UNPROCESSABLE` – Unprocessable * `INTERNAL_ERROR` – Internal Error * `NOT_IMPLEMENTED` – Not Implemented * `SERVICE_UNAVAILABLE` – Service Unavailable * `INSUFFICIENT_STORAGE` – Insufficient Storage