Class APIError

java.lang.Object
io.cryptolens.models.APIError

public class APIError extends Object
Used to store the error message obtained from the Web API or the client library (eg. in case there is a network error).
  • Field Details

  • Constructor Details

    • APIError

      public APIError()
    • APIError

      public APIError(String message, ErrorType errorType)