Documentation
    Preparing search index...

    Interface ResourceInfoError

    Outbound: resource info could not be resolved.

    interface ResourceInfoError {
        error: string;
        id: string;
        message?: string;
        type: "resource.info.error";
    }
    Index

    Properties

    Properties

    error: string
    id: string
    message?: string
    type: "resource.info.error"