Package gitlab3 :: Class exceptions
[hide private]
[frames] | no frames]

Class exceptions

Nested Classes [hide private]
  GitLabException
Base exception class
  MissingRequiredAttribute
A required attribute of the API request is missing, e.g.
  UnauthorizedRequest
The user is not authenticated, a valid user token is necessary
  ForbiddenRequest
The request is not allowed, e.g.
  ResourceNotFound
A resource could not be accessed, e.g.
  RequestNotSupported
The request is not supported
  ResourceConflict
A conflicting resource already exists, e.g.
  ServerError
While handling the request something went wrong on the server side
  ConnectionError
A connection to GitLab could not be established due to a network problem, e.g.