@minecraft/server-net
    Preparing search index...

    Class HttpRequestBodyTooLargeErrorBeta

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

    Hierarchy

    • Error
      • HttpRequestBodyTooLargeError
    Index

    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