Package org.inthewaves.kotlinsignald.clientprotocol
Types
Link copied to clipboard
Link copied to clipboard
open class RequestFailedException(responseJsonString: String?, errorBody: JsonObject?, errorType: String?, exception: String?, extraMessage: String?, cause: Throwable?) : SignaldException
Content copied to clipboard
An exception that is thrown if the resulting JSON can't be deserialized or the socket returns an error response.
Link copied to clipboard
Link copied to clipboard
An interface to facilitate communication with signald socket. The implementation might close socket connections after making a request, in which case, the readLine function will not be supported.
Link copied to clipboard
An interface to facilitate communication with signald socket. The implementation might close socket connections after making a request, in which case, the readLineSuspend function will not be supported.