class ClientConfigurationError extends ClientAuthError

Annotations
@JSType() @native() @JSImport("@azure/msal", "ClientConfigurationError")
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientConfigurationError
  2. ClientAuthError
  3. AuthError
  4. Error
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClientConfigurationError(code: String, message: UndefOr[String] = js.undefined)

Value Members

  1. val errorCode: String
    Definition Classes
    AuthError
  2. val errorMessage: UndefOr[String]
    Definition Classes
    AuthError
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  5. val message: String
    Definition Classes
    Error
  6. val name: String
    Definition Classes
    Error
  7. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  8. def toLocaleString(): String
    Definition Classes
    Object
  9. def valueOf(): Any
    Definition Classes
    Object