Module: BWAPI::Client::ErrorCodes

Included in:
BWAPI::Client
Defined in:
lib/bwapi/client/error_codes.rb

Overview

ErrorCodes module for errorCodes endpoint

Instance Method Summary collapse

Instance Method Details

#error_codesHashie::Mash

Get the api error codes

Returns:

  • (Hashie::Mash)

    Error codes information



9
10
11
# File 'lib/bwapi/client/error_codes.rb', line 9

def error_codes
  get "errorCodes"
end