TraceStatus
The set of allowed status values for a trace. Used to indicate the outcome of a traced operation.Import
Type Definition
Values
The default status for a newly created trace is
'unknown'. You should update it to a terminal status ('success', 'failure', 'aborted', or 'cancelled') before calling trace.end().