@minecraft
    正在准备搜索索引...

    枚举 TextFilteringError实验性

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

    索引

    枚举成员

    DisabledByPlayer: "DisabledByPlayer"

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

    TextProcessorServiceUnreachable: "TextProcessorServiceUnreachable"

    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"

    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.