Uses of Class
cloud.metaapi.sdk.clients.error_handler.ApiException
-
Packages that use ApiException Package Description cloud.metaapi.sdk.clients.error_handler -
-
Uses of ApiException in cloud.metaapi.sdk.clients.error_handler
Subclasses of ApiException in cloud.metaapi.sdk.clients.error_handler Modifier and Type Class Description classConflictExceptionRepresents conflict error.classForbiddenExceptionThrowing this error results in 403 (Forbidden) HTTP response code.classInternalExceptionRepresents unexpected error.classNotFoundExceptionThrowing this error results in 404 (Not Found) HTTP response code.classUnauthorizedExceptionThrowing this error results in 401 (Unauthorized) HTTP response code.classValidationExceptionRepresents validation error.
-