core / pragma / ApplicationErrorException /
ApplicationErrorException #
class ApplicationErrorException(errorMessage: GeneratedMessageV3) : RuntimeException
Base class for application errors. These are filtered out in Service’s requestRpc function and treated as "successful" calls that return the message passed to the exception as the response.
Constructors #
ApplicationErrorException | fun ApplicationErrorException(errorMessage: GeneratedMessageV3) |