Namespace CivitaiSharp.Sdk.Models.Results
Classes
- JobEvent
Represents a single event in the lifecycle of a job. Check the Type property to determine job outcome (Succeeded, Failed, etc.). The API does not provide an ErrorMessage property - use Context for error details when Type is Failed.
- JobResult
Represents the result payload of a job. This type does NOT contain an ErrorMessage property. To check for failures, inspect LastEvent and check if Type is Failed.
- JobStatus
Status information for an individual job.
- JobStatusCollection
Collection of job statuses returned from job submission or status queries.
- ProviderJobQueuePosition
Queue position information for a job on a specific provider.
- ProviderJobStatus
Provider-specific information about whether a job is supported and, if queued, where it is.
- TimeSpanDetails
A JSON representation of a .NET TimeSpan returned by the Civitai API.