i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > IDetailedErrorData

    IDetailedErrorData interface

    A set of detailed error information for a DetailedError object.

    Signature:

    export interface IDetailedErrorData 
    

    Introduced: API version 1.0

    Properties

    Property Type Description
    detail? string (Optional) Gets addition detail about the problem, specific to this instance of it.
    instance? string (Optional) Gets a URL for a resource that is specific to this instance of the problem.
    status? number (Optional) Gets the HTTP status code that was generated by the server for this occurrence of the problem.
    title? string (Optional) Gets the title of the problem, which might be displayed to the user.
    type? string (Optional) Gets a URL for a resource that describes the type of the problem.
    In this article
    Back to top © N. Harris Computer Corporation (2022)