@bugbug-io/sdk
    Preparing search index...

    Class InternalServerError

    Thrown for HTTP 500 responses. Distinct from ServiceUnavailableError (502/503/504), which usually indicates a transient/retryable condition.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    statusCode: number
    response?: Response
    request?: RequestOrigin
    cause?: Error

    Methods

    • Returns {
          name: string;
          code: SdkErrorCode;
          message: string;
          statusCode: number;
          request: RequestOrigin | undefined;
          stack: string | undefined;
      }