Maximo API Client - v0.9.01
    Preparing search index...

    Interface TransportErrorMetadata

    interface TransportErrorMetadata {
        statusCode: number;
        method?: string;
        url?: string;
        requestId?: string;
    }
    Index

    Properties

    statusCode: number
    method?: string
    url?: string
    requestId?: string