class Stripe::ErrorObject

def source

The source object for errors returned on a request involving a source.
def source
  @values[:source]
end