Class ApiError


  • public class ApiError
    extends java.lang.Object
    An error returned by the API, including some extra information for aiding in debugging.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int code  
      java.lang.String message  
      java.lang.String status  
    • Constructor Summary

      Constructors 
      Constructor Description
      ApiError()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        public int code
      • message

        public java.lang.String message
      • status

        public java.lang.String status
    • Constructor Detail

      • ApiError

        public ApiError()