Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Caution
This enum is still in pre-release. Its signature may change or it may be removed in future releases.
An enum representing the errors that can occur during text filtering. This is used to provide more context about the filtering process.
Constants
DisabledByPlayer
DisabledByPlayer = DisabledByPlayer
The text was not filtered because the player disabled text filtering in their settings.
TextProcessorServiceUnreachable
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 = 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.