Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 985 Bytes

File metadata and controls

30 lines (18 loc) · 985 Bytes

BatchBinaryMatchResult

Properties

Name Type Description Notes
binaryId Long Target binary
errorMessage String Error description when status=FAILED. [optional]
matchId String Opaque token for this binary's matching run. Present on dispatch and when statuses were fetched by token. [optional]
matchedFunctionCount Long Number of source functions that received at least one candidate match. Only meaningful when status=COMPLETED.
status StatusEnum Per-binary workflow status

Enum: StatusEnum

Name Value
UNINITIALISED "UNINITIALISED"
PENDING "PENDING"
RUNNING "RUNNING"
COMPLETED "COMPLETED"
FAILED "FAILED"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"