A structured error to return to DaVinci if the application fails to respond successfully to a MetadataCollector

interface MetadataError {
    code: string;
    message: string;
}

Properties

Properties

code: string

Error code

message: string

Error description