name property

The name of the error.

This property is read-only.

Syntax

JavaScript
name = object.name

 

Property values

Type: string

The name of the error.

ValueCondition
NotSupportedError

The operation is not supported.

PermissionDeniedError

The user did not grant permission for the operation.

ConstraintNotSatisfiedError

One of the mandatory Constraints could not be satisfied.

OverconstrainedError

Due to changes in the environment, one or more mandatory constraints can no longer be satisfied.

NotFoundError

The object can not be found here.

AbortError

The operation was aborted.

SourceUnavailableError

The source of the MediaStream could not be accessed due to a hardware error (e.g. lock from another process).

 

See also

MediaStreamError

 

 

Show: