Error

public class Error

Used by the GiniVisionNetworkService and GiniVisionNetworkApi to return error messages.

Constructors

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

Functions

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