Package io.quarkus.amazon.lambda.runtime
Class FunctionError
- java.lang.Object
-
- io.quarkus.amazon.lambda.runtime.FunctionError
-
public class FunctionError extends Object
-
-
Constructor Summary
Constructors Constructor Description FunctionError()
FunctionError(String errorType, String errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMessage()
String
getErrorType()
FunctionError
setErrorMessage(String errorMessage)
FunctionError
setErrorType(String errorType)
-
-
-
Method Detail
-
getErrorType
public String getErrorType()
-
setErrorType
public FunctionError setErrorType(String errorType)
-
getErrorMessage
public String getErrorMessage()
-
setErrorMessage
public FunctionError setErrorMessage(String errorMessage)
-
-