Package cloud.metaapi.sdk.clients.error_handler
-
Exception Summary Exception Description ApiException Base class for API errors.ConflictException Represents conflict error.ForbiddenException Throwing this error results in 403 (Forbidden) HTTP response code.InternalException Represents unexpected error.NotFoundException Throwing this error results in 404 (Not Found) HTTP response code.UnauthorizedException Throwing this error results in 401 (Unauthorized) HTTP response code.ValidationException Represents validation error.