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
E_EMPTY
if the passed string is empty.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | string |
String representation of API status. |
||
type(api_status_type), | intent(out) | :: | api |
Result. |