Skip to main content

parse_schema_version_id

Function parse_schema_version_id 

Source
fn parse_schema_version_id(id: Option<String>) -> Result<Uuid, String>
Expand description

Parse a schema-version UUID from a Glue response, mapping a missing or malformed id to a diagnostic string for the caller to wrap.