Error

public class Error

Used by the GiniCaptureNetworkService and GiniCaptureNetworkApi to return error messages.

Constructors

Link copied to clipboard
void Error(@NonNull() String message)
Create a new error.
Link copied to clipboard
void Error(@NonNull() String message, @NonNull() Throwable cause)
Create a new error with a cause.

Functions

Link copied to clipboard
Throwable getCause()
Link copied to clipboard
String getMessage()