XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface ApiEnvelopeError

    interface ApiEnvelopeError {
        data: never;
        errors: ApiError<any, any>[];
        warning?: Error[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: never
    errors: ApiError<any, any>[]
    warning?: Error[]