Struct assemblylift_awslambda_guest::ApiGatewayError [−][src]
pub struct ApiGatewayError {
pub code: StatusCode,
pub desc: String,
pub message: String,
}Fields
code: StatusCodedesc: Stringmessage: StringTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ApiGatewayErrorimpl Send for ApiGatewayErrorimpl Sync for ApiGatewayErrorimpl Unpin for ApiGatewayErrorimpl UnwindSafe for ApiGatewayError