| 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.
|
Copyright © 2021. All rights reserved.