Package org.signal.libsignal.net
Class RequestResult.ApplicationError
-
- All Implemented Interfaces:
-
org.signal.libsignal.net.RequestResult
public final class RequestResult.ApplicationError implements RequestResult<Nothing, Nothing>
A client-side issue prevented the request from completing.
This likely indicates a bug in libsignal.
Possible types for cause include but are not limited to:
UnexpectedResponseException: occurs when we are unable to parse the response
-
-
Constructor Summary
Constructors Constructor Description RequestResult.ApplicationError(Throwable cause)
-