Reads API status type from given string. Only keys found in the string are overwritten in the derived type. No error is returned if the string does not contain any of the keys.
The function returns the following error codes:
E_EMPTY
if the string is empty.E_FORMAT
if the string format is invalid.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | string |
String representation of API status. |
||
type(api_status_type), | intent(out) | :: | status |
Result. |