i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > ProblemDetails

    spi.ProblemDetails type

    The contents of the result of a failed HTTP request.

    Signature:

    export type ProblemDetails = {
        detail?: string;
        instance?: string;
        status?: number;
        title?: string;
        type?: string;
      };
    
    In this article
    Back to top © N. Harris Computer Corporation