find_by_error_domain


Description:

[ Version ( since = "1.30" ) ]
public EnumInfo find_by_error_domain (Quark domain)

Searches for the enum type corresponding to the given Error domain.

Before calling this function for a particular namespace, you must call require once to load the namespace, or otherwise ensure the namespace has already been loaded.

Parameters:

this

A Repository or null for the singleton process-global default Repository

domain

a Error domain

Returns:

EnumInfo representing metadata about domain's enum type, or null