exa.common.errors.server_errors.InternalServerError

exa.common.errors.server_errors.InternalServerError#

exception InternalServerError(message, *args)#

Error raised when an unexpected error happened on the server side.

This error should never be raised when something expected happens, and whenever the client encounters this, it should be considered as a server bug.

Parameters:

message (str) –