| Package | Description |
|---|---|
| com.amazonaws.services.lambda.runtime.api.client |
| Modifier and Type | Field and Description |
|---|---|
UserFault |
LambdaRequestHandler.UserFaultHandler.fault |
| Modifier and Type | Method and Description |
|---|---|
static UserFault |
UserFault.makeUserFault(String msg)
Convenience function to report a fault given a message.
|
static UserFault |
UserFault.makeUserFault(Throwable t)
Convenience function to report a fault given an exception.
|
static UserFault |
UserFault.makeUserFault(Throwable t,
boolean fatal) |
| Constructor and Description |
|---|
Failure(UserFault userFault) |
UserFaultHandler(UserFault fault) |
Copyright © 2022. All rights reserved.