Script API - v1.26.10.22
    Preparing search index...

    Class HttpRequestBodyTooLargeError

    An error thrown when an HTTP request body exceeds the configured size limit.

    Hierarchy

    • Error
      • HttpRequestBodyTooLargeError
    Index

    Constructors

    Properties

    maxBytes: number

    Configured maximum body size in bytes.

    This property can be read in early-execution mode.

    message: string
    name: string
    providedBytes: number

    Request body size in bytes.

    This property can be read in early-execution mode.

    stack?: string