@inrupt/solid-client-errors
    Preparing search index...

    Class ForbiddenError

    Runtime error thrown on HTTP Forbidden (403) response.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Constructors

    Accessors

    • get problemDetails(): Readonly<
          {
              detail?: string;
              instance?: URL;
              status: number;
              title: string;
              type: URL;
          },
      >

      The ProblemDetails instance.

      Returns Readonly<
          {
              detail?: string;
              instance?: URL;
              status: number;
              title: string;
              type: URL;
          },
      >