TreeINFO-For-M365 documentation
    Preparing search index...

    Interface BackendError

    Represents an error response from the M365 Backend service.

    interface BackendError {
        code: string;
        message: string;
        target: string;
    }
    Index

    Properties

    Properties

    code: string

    Error code representing the type of error

    message: string

    Human-readable error message

    target: string

    Target of the error, e.g., the specific field or resource that caused the error