Struct lambda_extension::requests::ErrorRequest
source · pub struct ErrorRequest<'a> {
pub error_message: &'a str,
pub error_type: &'a str,
pub stack_trace: Vec<&'a str>,
}
Expand description
Payload to send error information to the Extensions API.
Fields§
§error_message: &'a str
Human readable error description
error_type: &'a str
The type of error to categorize
stack_trace: Vec<&'a str>
The error backtrace