otupy.core.response.StatusCodeDescription
- StatusCodeDescription = {<StatusCode.BADREQUEST: 400>: 'Bad Request', <StatusCode.FORBIDDEN: 403>: 'Forbidden', <StatusCode.INTERNALERROR: 500>: 'Internal Error', <StatusCode.NOTFOUND: 404>: 'Not Found', <StatusCode.NOTIMPLEMENTED: 501>: 'Not Implemented', <StatusCode.OK: 200>: 'OK', <StatusCode.PROCESSING: 102>: 'Processing', <StatusCode.SERVICEUNAVAILABLE: 503>: 'Service Unavailable', <StatusCode.UNAUTHORIZED: 401>: 'Unauthorized'}
Status code description
Human-readable description of StatusCode`s. The values are only provided as base values, since any `Actuator can freely use different descriptions.