Class IdkollenError

All Implemented Interfaces:
Serializable

public class IdkollenError extends RuntimeException
Exception thrown by all client operations when a request cannot be completed.
See Also:
  • Field Details

    • code

      public final String code
      Short machine-readable error code (e.g. "api", "http", "json", "poll_timeout").
    • status

      public final int status
      HTTP status code returned by the server, or 0 for non-HTTP errors.
  • Constructor Details

    • IdkollenError

      public IdkollenError(String code, int status, String message)