Newer Version Available

This content describes an older version of this product. View Latest

RevenueTransactionErrorLog

Contains information about errors that occurred while processing subscription management requests. This object is available in API version 55.0 and later.

Supported Calls

describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

Special Access Rules

This object is available with Subscription Management.

Fields

Field Details
Category
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
If an error occurs during the processing of a request, the request uses this field to provide context about the type of error. For example, if an error occurs while processing an OrderToInvoice request, the OrderToInvoice request sets the category to OrderToInvoice.
Possible values are:
  • Invalid Tax API Input
  • Invalid Tax Integration Input
  • OrderToAsset
  • OrderToBillingSchedule
  • OrderToInvoice
  • PaymentSale
  • Post Tax API Failure
  • Post-Credit Tax Failure
  • Pre-Credit Tax Failure
  • Tax API Failure
  • Unknown Failure
ErrorCode
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The error code; for example, INVALID_INPUT.
ErrorLogNumber
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
An auto generated unique ID that identifies the error.
ErrorMessage
Type
textarea
Properties
filter, Group, Nillable, Sort
Description
Contains information about the error and how to resolve it.
OwnerId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the user who made the request that resulted in the creation of the error log.
This is a polymorphic relationship field.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
PrimaryRecordId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the record that’s associated with this error. For example, if the error occurred during a OrderToInvoice request, the primary ID is the ID of the order.
This is a polymorphic relationship field.
Relationship Name
PrimaryRecord
Relationship Type
Lookup
Refers To
Asset, Invoice, Order, PaymentBatchRun, PaymentScheduleItem, Quote
RelatedRecordId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Optional. The ID of a record that can provide additional context about the error. For example, if PrimaryRecordId is the ID of an order, this field could be the ID of an order item.
This is a polymorphic relationship field.
Relationship Name
RelatedRecord
Relationship Type
Lookup
Refers To
InvoiceLine, OrderItem, QuoteLineItem