Share via


SHErrorCodeExtensions Class

Definition

Extension methods for the SHErrorCode enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class SHErrorCodeExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type SHErrorCodeExtensions = class
Inheritance
SHErrorCodeExtensions
Attributes

Remarks

The extension method for the SHErrorCode enumeration can be used to fetch the error domain associated with these error codes.

Methods

Name Description
GetDomain(SHErrorCode)

Returns the error domain associated with the ShazamKit.SHErrorCode value

Applies to