invoke
abstract fun invoke(status: WGPUPopErrorScopeStatus, type: WGPUErrorType, message: WGPUStringView, userdata1: Pointer<Unit>, userdata2: Pointer<Unit>)
Parameters
status
type
The type of the error caught by the scope, or WGPUErrorType.NoError if there was none. If the status is not WGPUPopErrorScopeStatus.Success, this is WGPUErrorType.NoError.
message
If the status is not WGPUPopErrorScopeStatus.Success or the type is not WGPUErrorType.NoError, this is a non-empty LocalizableHumanReadableMessageString; otherwise, this is an empty string.