Class: Moneta::Api::Types::OperationInfoBatchResponseType

Inherits:
Object
  • Object
show all
Includes:
DataMapper
Defined in:
lib/moneta/api/types/operation_info_batch_response_type.rb

Overview

Тип, описывающий атрибуты операции в ответах в пакетном запросе. Transaction attributes type for responses in batch processing mode.

Instance Method Summary collapse

Methods included from DataMapper

#fill, #to_hash

Instance Method Details

#errorString

Returns Поле содержит описание ошибки, если операция не была проведена. В этом случае поле transaction - пустое. Если операция проведена, то поле error пустое, а поле transaction содержит детали операции. / Error description in case of tranfer processing failure. If transfer processed successfully "error" is empty and "transaction" element contains transaction details.

Returns:

  • (String)

    Поле содержит описание ошибки, если операция не была проведена. В этом случае поле transaction - пустое. Если операция проведена, то поле error пустое, а поле transaction содержит детали операции. / Error description in case of tranfer processing failure. If transfer processed successfully "error" is empty and "transaction" element contains transaction details.



14
# File 'lib/moneta/api/types/operation_info_batch_response_type.rb', line 14

property :error

#error_codeString

Returns Поле содержит код ошибки. Поле заполнено только тогда, когда есть описание ошибки в поле error. Для получения этого поля в запросе необходимо выставлять атрибут version равный или больше VERSION_2. Коды ошибок совпадают со значением элемента faultDetail (смотрите описание для этого элемента). / The field contains error code. The field "errorCode" is specified if the field "error" is present and contains error description. For retrieving errorCode the request attribute "version" has to be set to "VERSION_2" or grater. Error codes values correspond to "faultDetail" description.

Returns:

  • (String)

    Поле содержит код ошибки. Поле заполнено только тогда, когда есть описание ошибки в поле error. Для получения этого поля в запросе необходимо выставлять атрибут version равный или больше VERSION_2. Коды ошибок совпадают со значением элемента faultDetail (смотрите описание для этого элемента). / The field contains error code. The field "errorCode" is specified if the field "error" is present and contains error description. For retrieving errorCode the request attribute "version" has to be set to "VERSION_2" or grater. Error codes values correspond to "faultDetail" description.



23
# File 'lib/moneta/api/types/operation_info_batch_response_type.rb', line 23

property :error_code

#transactionMoneta::Api::Types::OperationInfo



17
# File 'lib/moneta/api/types/operation_info_batch_response_type.rb', line 17

property :transaction, type: Moneta::Api::Types::OperationInfo