@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
See: Description
Exception | Description |
---|---|
AuthorizationException |
Thrown when the
Credentials used did not have the
required permissions. |
BadRequestException |
Thrown when the server rejected the request with a 400 (but NOT a 404) family response.
|
BitbucketClientException |
Base exception for all BitbucketClient exceptions.
|
BitbucketMissingCapabilityException | |
ConnectionFailureException |
Could not connect to the server, either the socket was rejected, or the connection timed out.
|
NoContentException |
Caller requested a result but the server did not reply with a body.
|
NotFoundException |
The requested URL does not exist on the server.
|
RateLimitedException |
The request was not accepted on the remote server due to rate limiting.
|
ServerErrorException |
The server responded with a 500 family exception.
|
UnhandledErrorException |
Thrown when the server replies with a response code the client can't handle.
|
WebhookNotSupportedException |
Throws when the remote bitbucket server does not return webhook as one of its capabilities.
|
Copyright © 2016–2022. All rights reserved.