Class: UU::BinaryStore::BinaryStoreAuthorizationException

Inherits:
Object
  • Object
show all
Defined in:
lib/uu_binarystore/exceptions.rb

Overview

Exception raised by authorization process

Constant Summary

E001 =

User is not authorized to run use case.

'UU.BINARYSTORE.AUTHORIZATION/E001-UNAUTHORIZED'
E002 =

Given token is invalid

'UU.BINARYSTORE.AUTHORIZATION/E002-INVALID_TOKEN'
E003 =

User does not have necessary interface to proceed use case.

'UU.BINARYSTORE.AUTHORIZATION/E003-MISSING_INTERFACE'