Class ApiError

java.lang.Object
ai.nextbillion.maps.errors.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 Details

    • code

      public int code
    • message

      public java.lang.String message
    • status

      public java.lang.String status
  • Constructor Details