AI-generated Key Takeaways
-
This document describes the different status enums for a local services verification artifact.
-
Statuses include
PASSED
,FAILED
,PENDING
,NO_SUBMISSION
, andCANCELLED
. -
There are also
UNSPECIFIED
andUNKNOWN
statuses for cases that are not specified or unknown in the current version.
Enums describing statuses of a local services verification artifact.
Enums | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
Artifact has passed verification. |
|
Artifact has failed verification. |
|
Artifact is in the process of verification. |
|
Artifact needs user to upload information before it is verified. |
|
Artifact has been cancelled by the user. |