Package de.saibotk.jmaw
Class ApiError
java.lang.Object
de.saibotk.jmaw.ApiError
Simple error model. This is sometimes returned by the API for requests that are invalid or eg. when the rate limit
was exceeded.
- Since:
- 1.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ApiError
public ApiError()
-
-
Method Details
-
getError
Returns the error name.- Returns:
- name of the error.
- Since:
- 1.0
-
getErrorMessage
Returns the error message.- Returns:
- error message.
- Since:
- 1.0
-