Skip to content

JobV2Reason

Properties

Name Type Description Notes
reasonType String Identifies the reason why a job has not been terminated successfully, * `\"JobRejectReason\"`: The job did not pass the request validation and has been `\"rejected\"`. * `\"JobCancelByUserReason\"`: The job was explicitly `\"canceled\"` by your application. Note that this feature is available only to certain integrations or select repositories. * `\"JobCancelByModigieReason\"`: The job was explicitly `\"canceled\"` by Modigie. This may occur as part of an individual support ticket or incident response. * `\"JobCancelReason\"`: The job was explicitly `\"canceled\"` with unspecified details. * `\"JobExpireReason\"`: The job was automatically `\"canceled\"` because processing did not start within the duration defined by `modigieJobExpireAfter`. Note that this feature is available to certain subscriptions only. * `\"JobFailReason\"`: The processing of the job in the real-time engine `\"failed\"` with unspecified details. * `\"JobDeadlineExceededReason\"`: The processing of the job in the real-time engine took too much time or `\"failed\"` for other temporary technical reasons. * `\"JobPipelineEvictedReason\"`: When a repository's pipeline is shut down at the end of your subscription, any jobs still in the pipeline are evicted; that is, they are `\"canceled\"`. This ensures your application is notified and can handle their cancellation gracefully. [optional] [default to null]
code Integer HTTP status code representing the status class, if applicable. [optional] [default to null]
level String Severity, typically for programmatic use or CSS classes. [optional] [default to null]
title String Short description of this error, typically used as headline. Also included in `message`. [optional] [default to null]
body String Custom description of this reason with additional details or instructions. Also included in `message`. [optional] [default to null]
subtitle String Translated title of `level`, typically used in headline. [optional] [default to null]
message String The `title` and `body` of this error with additional details and instructions how to resolve the underlying issue. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]