Elgg
Version 6.2
|
Namespaces | |
Gatekeeper | |
Classes | |
class | BadRequestException |
Thrown when request is malformatted. More... | |
class | CsrfException |
Thrown when CSRF tokens mismatch. More... | |
class | EntityNotFoundException |
Thrown when entity can not be found. More... | |
class | EntityPermissionsException |
Thrown when entity can not be edited or container permissions do not allow it to be written. More... | |
class | ForbiddenException |
Thrown when the client doesn't have access to the requested resource. More... | |
class | GatekeeperException |
Thrown when one of the gatekeepers prevents access. More... | |
class | GoneException |
Thrown when the requested resource is no longer available and will not be available again. More... | |
class | InternalServerErrorException |
Thrown when the server encountered a generic error. More... | |
class | MethodNotAllowedException |
Thrown when request was made with an unsupported method for the resource. More... | |
class | NotImplementedException |
Thrown when the server doesn't recognize the request method, or it lacks the ability to fulfil the request. More... | |
class | PageNotFoundException |
Thrown when page is not accessible. More... | |
class | ServiceUnavailableException |
Thrown when the server cannot handle the request (because it is overloaded or down for maintenance) More... | |
class | TooManyRequestsException |
Thrown when the client sends to many requests in a given period. More... | |
class | UnauthorizedException |
Thrown when the client isn't authorized for the request. More... | |
class | ValidationException |
Action validation exception. More... | |