Represents options for handling errors in the Vattenfall service.

interface VattenfallServiceErrorOptions {
    data?: ErrorReport;
    message?: string;
    status_code?: StatusCode;
}

Properties

message?: string
status_code?: StatusCode