Skip to content

Introduction

Overview

The errors components in the Internal Auth API

Tables of errors

The table of errors that related to the system

Code Type Source HTTP status code
AT0001 AUTH_SERVICE_NOT_FOUND AUTH 404
AT0002 AUTH_AUTHENTICATION_ERROR AUTH 401
AT0003 AUTH_OPERATION_ERROR AUTH 400
AT0004 AUTH_RESOURCE_NOT_FOUND AUTH 400
AT0005 AUTH_SCOPE_NOT_FOUND AUTH 400
RQ0001 REQUEST_VALIDATION_ON_HEADER REQUEST 422
RQ0002 REQUEST_VALIDATION_ON_QUERY REQUEST 422
RQ0003 REQUEST_VALIDATION_ON_PATH REQUEST 422
RQ0004 REQUEST_VALIDATION_ON_COOKIE REQUEST 422
RQ0005 REQUEST_VALIDATION_ON_RESPONSE_MODEL REQUEST 422
RQ0006 RESOURCE_NOT_FOUND REQUEST 404
RQ0007 NOT_AUTHENTICATE REQUEST 401
RQ0008 INVALID_PERMISSION REQUEST 403
RQ0009 METHOD_NOT_ALLOWED REQUEST 405
RQ0010 SEE_OTHER REQUEST 303