Conekta::Error

August 1, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
detailsArray<DetailsError>[optional]
log_idStringlog id[optional]
typeString[optional]
objectString[optional]

Example

require 'conekta'

instance = Conekta::Error.new(
  details: null,
  log_id: 507f1f77bcf86cd799439011,
  type: authentication_error,
  object: error
)