Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 2.68 KB

File metadata and controls

14 lines (10 loc) · 2.68 KB

StepLogResponse

The advanced log response data

Fields

Field Type Required Description Example
StatusCode double The response status code 200
Headers Dictionary<String, object> N/A {
"content-type": "application/json",
"authorization": "Bearer token"
}
Body object N/A
CustomMappingErrors List<CustomMappingError> The custom mapping errors
ProviderErrors List<ProviderError> The provider errors