record_error

Function record_error 

Source
pub fn record_error(resource_type: &str, error_type: &str)
Expand description

Record an error

ยงArguments

  • resource_type - The kind of resource where error occurred
  • error_type - Category of error (e.g., api_error, validation_error)