Permission Error
fun PermissionError( message: String? = null, cause: Throwable? = null, context: ExecutionContext, operation: PermissionError.Operation, permission: PermissionError.Permission, culprit: <ERROR CLASS>, extraData: <ERROR CLASS>? = null)
Content copied to clipboard
fun PermissionError( message: String? = null, cause: Throwable? = null, contexts: Array<ExecutionContext>, operation: PermissionError.Operation, permission: PermissionError.Permission, culprit: <ERROR CLASS>, extraData: <ERROR CLASS>? = null)
Content copied to clipboard
Parameters
message
the detail message string.
cause
the cause of this exception.
contexts
a stack of contexts localising the exception
operation
the operation which caused the error
permission
the type of the tried permission
extra Data
the possible extra data to be carried with the error