Skip to content

@minecraft/server-ui


@minecraft/server-ui / TextFilteringError

Enumeration: TextFilteringError

Defined in: @minecraft/server-ui/index.d.ts:135

An enum representing the errors that can occur during text filtering. This is used to provide more context about the filtering process.

Enumeration Members

DisabledByPlayer

DisabledByPlayer: "DisabledByPlayer"

Defined in: @minecraft/server-ui/index.d.ts:142

Remarks

The text was not filtered because the player disabled text filtering in their settings.


TextProcessorServiceUnreachable

TextProcessorServiceUnreachable: "TextProcessorServiceUnreachable"

Defined in: @minecraft/server-ui/index.d.ts:150

Remarks

The text was not filtered because the service is unreachable. This can occur if there are network issues or if the service is down for maintenance.


Unknown

Unknown: "Unknown"

Defined in: @minecraft/server-ui/index.d.ts:159

Remarks

An unknown error occurred during text filtering. This can occur if there is an unexpected issue with the text filtering service or if the service returns an error that is not categorized under the other error types.