GraphQL INPUT_OBJECT
ErrorLogSearchParameters
Parameters for the error log search. The Error Log provides an overview of purchase errors and is used to identify and solve purchase-related problems as they occur.
link Definition
- input ErrorLogSearchParameters {
- #   Maximum number of items that should be retrieved.
- : Int
- #   Starting index for retrieving the items.
- : Int
- #   Input for ordering the result before applying the offset.
- : [ErrorLogOrderByInput]
- #   Id of the client account.
- : NumericIdSearchRelationInput
- #   Client account name.
- : StringLimitedSearchRelationInput
- #   True means that cleverbridge didn't fix occurred errors and they were treated by 
- #   client.
- : Boolean
- #   Date and time when error log was created.
- : DateTimeSearchRelationInput
- #   Deprecated, please use creationDate instead.
- : DateTimeSearchRelationInput
- #   Set to true to search for error log entries where the situation leading to the 
- #   error has been remedied.
- : Boolean
- #   Id of error log entry.
- : NumericIdSearchRelationInput
- #   Type of error that occured.
- : ErrorLogEntryTypeInput
- #   Line item number of the item in a purchase.
- : IntSearchRelationInput
- #   Further information about the error.
- : StringExtendedSearchRelationInput
- #   Office Id.
- : NumericIdSearchRelationInput
- #   Purchase status.
- : PurchaseStatusInput
- #   Identification number of the order.
- : NumericIdSearchRelationInput
- }