Method: UpBankingClient::ErrorObject#title

Defined in:
lib/up_banking/models/error_object.rb

#titleObject

A short description of this error. This should be stable across multiple occurrences of this type of error and typically expands on the reason for the status code.



23
24
25
# File 'lib/up_banking/models/error_object.rb', line 23

def title
  @title
end