in src/common/src/aws/sdk/kotlin/crt/CRT.kt [34:46]
public fun errorName(errorCode: Int): String?
/**
* @return The number of bytes allocated in native resources. If aws.crt.memory.tracing is 1 or 2, this will
* be a non-zero value. Otherwise, no tracing will be done, and the value will always be 0
*/
public fun nativeMemory(): Long
}
/**
* Configuration settings related to the common runtime
*/
public class Config {