Package de.brifle.sdk.api.responses
Class ErrorResponse
java.lang.Object
de.brifle.sdk.api.responses.ErrorResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCode()gets the codegets the messageintgets the status
-
Constructor Details
-
ErrorResponse
public ErrorResponse()
-
-
Method Details
-
getCode
public int getCode()gets the code- Returns:
- the code
-
getStatus
public int getStatus()gets the status- Returns:
- the status
-
getMessage
gets the message- Returns:
- the message
-