MissingPermissionException
class MissingPermissionException(message: String, missingPermission: Permission) : PipelineException
Thrown when an operation requires a Permission that has not been granted by its PermissionHolder.
Parameters
message
a descriptive message explaining the context of the failed permission check
missingPermission
the Permission that was required but not granted
Functions
Link copied to clipboard
Converts this exception to a renderable Node, and performs the error handling provided by the errorHandler strategy.
Link copied to clipboard
Converts this Exception to a PipelineException if it is not already one.