# Functions
NewNotApproved creates new NotApproved error with given detailed error cause.
# Constants
Registered describes edge device that is fully authorized to communicate with the control plane.
RetryContextKey is a context key for a bool value describing whether the call is a retry call.
Unknown signals that the status of the device can't be established (for example due to data retrieval errors).
Unregistered describes edge device that is not authorized to communicate with the control plane and will be instructed to execute unregistration logic.
# Structs
NotApproved is an error representing situation when edge device had been enrolled but hasn't been approved yet.
# Interfaces
EdgeDeviceBackend represents API provided by data storage service to support edge device lifecycle.
# Type aliases
No description provided by the author