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

    Class UriNotAllowedErrorBeta

    An error thrown when a network request targets a URI that is not in the configured allow list.

    Hierarchy

    • Error
      • UriNotAllowedError
    Index

    Properties

    Properties

    message: string
    name: string
    stack?: string
    uri: string

    URI that was rejected because it is not allowed.

    This property can be read in early-execution mode.