GraphQL OBJECT
ErrorLogEntrySearchResultItem
link Definition
- type ErrorLogEntrySearchResultItem {
- # Unique ID of the error log entry.
- : Int
- # Date and time when the error occured.
- : DateTime
- # Indicates whether you must investigate and fix the error. Only applies to key
- # generation errors.
- : Boolean
- # Further information about the error.
- : String
- # Indicates whether the situation leading to the error has been remedied.
- : Boolean
- # Running number of the item in the purchase, if available.
- : Int
- # Type of error that occurred.
- : ErrorLogEntryType
- # The related purchase.
- : Purchase
- # Office where your main contact is based.
- : Office
- # The client to whom the error log entry belongs.
- : Client
- }