Represents an error that occurred trying to perform an operation (typically a bulk operation) in a time and expenses API operation. See the ErrorMessage and ErrorCode for more details as well as the TimeEntryID and Index for more information on which operation failed.
Name | Editable? | Type | Nullable? | Summary |
---|---|---|---|---|
Index | Int32 | The zero-based index of the item that failed. | ||
TimeEntryID | Int32 | The ID of the time entry associated with the error. | ||
ErrorMessage | String | This field is nullable. | The error message of the error. | |
ErrorCode | TeamDynamix.Api.Time.TimeApiErrorCode | The error code of the error. | ||
ErrorCodeName | String | This field is nullable. | The user-readable name of the error code. |