Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 457 Bytes

not-allowed-exception.md

File metadata and controls

11 lines (7 loc) · 457 Bytes

Source Code

NotAllowedException

This exception should be thrown when the user has a valid token but not a allowed profile.

Params

  • code: code by default is HttpCodesEnum.Forbidden. See HttpCodes
  • detail: is the error detail
  • description is the error summary