AWS IoT Device SDK C:
Fleet Provisioning
AWS IoT Fleet Provisioning
|
Return to main page ↑ |
Returns a string that describes an AwsIotProvisioningError_t.
Like POSIX's strerror
, this function returns a string describing a return code. In this case, the return code is a Provisioning library error code, status
.
The string returned by this function MUST be treated as read-only: any attempt to modify its contents may result in a crash. Therefore, this function is limited to usage in logging.
[in] | status | The status to describe. |
status
.