Class: Cielo24::ErrorType

Inherits:
BasicObject
Defined in:
lib/cielo24/enums.rb

Class Method Summary collapse

Class Method Details

.ACCOUNT_EXISTSObject



17
# File 'lib/cielo24/enums.rb', line 17

def self.ACCOUNT_EXISTS; "ACCOUNT_EXISTS"; end

.ACCOUNT_UNPRIVILEGEDObject



18
# File 'lib/cielo24/enums.rb', line 18

def self.ACCOUNT_UNPRIVILEGED; "ACCOUNT_UNPRIVILEGED"; end

.BAD_API_TOKENObject



19
# File 'lib/cielo24/enums.rb', line 19

def self.BAD_API_TOKEN; "BAD_API_TOKEN"; end

.INVALID_OPTIONObject



21
# File 'lib/cielo24/enums.rb', line 21

def self.INVALID_OPTION; "INVALID_OPTION"; end

.INVALID_QUERYObject



20
# File 'lib/cielo24/enums.rb', line 20

def self.INVALID_QUERY; "INVALID_QUERY"; end

.INVALID_URLObject



23
# File 'lib/cielo24/enums.rb', line 23

def self.INVALID_URL; "INVALID_URL"; end

.ITEM_NOT_FOUNDObject



24
# File 'lib/cielo24/enums.rb', line 24

def self.ITEM_NOT_FOUND; "ITEM_NOT_FOUND"; end

.LOGIN_INVALIDObject



16
# File 'lib/cielo24/enums.rb', line 16

def self.LOGIN_INVALID; "LOGIN_INVALID"; end

.MISSING_PARAMETERObject



22
# File 'lib/cielo24/enums.rb', line 22

def self.MISSING_PARAMETER; "MISSING_PARAMETER"; end