Class ErrorResponse
- java.lang.Object
-
- org.camunda.bpm.extension.graphql.auth.ErrorResponse
-
public class ErrorResponse extends Object
Created by danielvogel on 14.06.17.
-
-
Constructor Summary
Constructors Constructor Description ErrorResponse(int errorCode, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()StringgetMessage()voidsetErrorCode(int errorCode)voidsetMessage(String message)
-