Class LastError

LastError class

The last error associated with this run. Will be null if there are no errors.

public class LastError

Constructors

NameDescription
LastError()The default constructor.

Properties

NameDescription
Code { get; set; }Gets or sets one of server_error, rate_limit_exceeded, or invalid_prompt.
Message { get; set; }Gets or sets a human-readable description of the error.

See Also