server¶
server.bad_gateway_error¶
- Attribute: lscore.localizations.keys.BAD_GATEWAY_ERROR
- Fields: message
- Example Message: Invalid response returned from the gateway: %(message)s
- Doc: Invalid response returned from the gateway: None
server.bad_gateway_error.server_daemon_communication_error¶
- Attribute: lsserver.core.localizations.keys.SERVER_DAEMON_COMMUNICATION_ERROR
- Fields: socket
- Example Message: Cannot communicate with backup daemon on socket (%(socket)s).
- Doc: Cannot communicate with backup daemon on socket (None).
server.bad_gateway_error.server_daemon_communication_error.server_daemon_configuration_error¶
- Attribute: lsserver.core.localizations.keys.SERVER_DAEMON_CONFIGURATION_ERROR
- Fields: socket
- Example Message: Invalid server daemon configuration using socket %(socket)s
- Doc: Invalid server daemon configuration using socket None
server.bad_gateway_error.server_daemon_communication_error.server_daemon_timeout_error¶
- Attribute: lsserver.core.localizations.keys.SERVER_DAEMON_TIMEOUT_ERROR
- Fields: socket
- Example Message: Request timed out while waiting for backup daemon to reply.
server.bad_request¶
- Attribute: lscore.localizations.keys.BAD_REQUEST_ERROR
- Fields: message
- Example Message: Bad Request: %(message)s
- Doc: Bad Request: None
server.forbidden¶
- Attribute: lscore.localizations.keys.FORBIDDEN_ERROR
- Fields: message
- Example Message: Forbidden Request: %(message)s
- Doc: Forbidden Request: None
server.legacy_error¶
- Attribute: lscore.localizations.keys.LEGACY_ERROR
- Fields: message
- Example Message: Wrapping a legacy error: %(message)s
- Doc: Wrapping a legacy error: None
server.lightspeederror¶
- Attribute: lscore.localizations.keys.LIGHTSPEED_ERROR
- Example Message: An unexpected error occurred.
server.not_acceptable¶
- Attribute: lscore.localizations.keys.NOT_ACCEPTABLE_ERROR
- Fields: message
- Example Message: Not Acceptable: %(message)s
- Doc: Not Acceptable: None
server.not_found¶
- Attribute: lscore.localizations.keys.NOT_FOUND_ERROR
- Fields: resource
- Example Message: Not Found: %(resource)s
- Doc: Not Found: None
server.not_implemented¶
- Attribute: lscore.localizations.keys.NOT_IMPLEMENTED_ERROR
- Fields: function
- Example Message: Function ‘%(function)s’ is not implemented
- Doc: Function ‘None’ is not implemented
server.precondition_failed¶
- Attribute: lscore.localizations.keys.PRECONDITION_FAILED
- Fields: message
- Example Message: Precondition Failed: %(message)s
- Doc: Precondition Failed: None
server.server_error¶
- Attribute: lscore.localizations.keys.SERVER_ERROR
- Fields: message
- Example Message: Generic server error: %(message)s
- Doc: Generic server error: None
server.unauthorized¶
- Attribute: lscore.localizations.keys.UNAUTHORIZED_ERROR
- Fields: message
- Example Message: Unauthorized Request: %(message)s
- Doc: Unauthorized Request: None
server.unexpected_error¶
- Attribute: lscore.localizations.keys.UNEXPECTED_ERROR
- Fields: action
- Example Message: Unexpected error performing action: %(action)s
- Doc: Unexpected error performing action: None
server.unhandled_exception¶
- Attribute: lscore.localizations.keys.UNHANDLED_EXCEPTION
- Example Message: An unexpected error occurred.