class Stripe::ErrorObject

def code

indicating the error code reported.
For some errors that could be handled programmatically, a short string
def code
  @values[:code]
end