@auth0/auth0-acul-react - v1.0.0
Preparing search index...
Types
ErrorsResult
Interface ErrorsResult
interface
ErrorsResult
{
byType
(
type
:
ErrorType
,
opts
?:
{
field
?:
string
}
)
:
readonly
ErrorItem
[]
;
byField
(
field
:
string
,
opts
?:
{
type
?:
ErrorType
}
)
:
readonly
ErrorItem
[]
;
readonly
[
n
:
number
]:
ErrorItem
;
}
Hierarchy
ReadonlyArray
<
ErrorItem
>
ErrorsResult
Indexable
readonly
[
n
:
number
]:
ErrorItem
Index
Methods
by
Type
by
Field
Methods
by
Type
byType
(
type
:
ErrorType
,
opts
?:
{
field
?:
string
}
)
:
readonly
ErrorItem
[]
Parameters
type
:
ErrorType
Optional
opts
:
{
field
?:
string
}
Returns
readonly
ErrorItem
[]
by
Field
byField
(
field
:
string
,
opts
?:
{
type
?:
ErrorType
}
)
:
readonly
ErrorItem
[]
Parameters
field
:
string
Optional
opts
:
{
type
?:
ErrorType
}
Returns
readonly
ErrorItem
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
by
Type
by
Field
@auth0/auth0-acul-react - v1.0.0
Loading...