vattenfall-europe-sales-api
    Preparing search index...

    Interface VattenfallServiceErrorOptions

    Represents options for handling errors in the Vattenfall service.

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