Exceptions
Interfaces, classes, traits, and enumsΒΆ
- 
                
                    
ForbiddenException
Exception thrown if the request is forbidden.
 - 
                
                    
InvalidArgumentException
This exception is thrown if a service method is called with an illegal or non appropriate value.
 - 
                
                    
NotFoundException
REST API equivalent of PHP API's NotFoundException.
 - 
                
                    
Parser
Exception thrown if a parser discovers an error.
 - 
                
                    
UnauthorizedException
This Exception is thrown if the user has is not allowed to perform a service operation.