Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypeMismatchError

型ミスマッチエラー。 期待されるものと異なる型の値が与えられた場合にthrowされる。

Hierarchy

  • Error
    • TypeMismatchError

Index

Properties

Error

Error: ErrorConstructor

actual

actual: any

実際に渡されたオブジェクト。

Optional cause

cause: any

expected

expected: string

期待される型情報。

message

message: string

name

name: string

Optional stack

stack: string

Generated using TypeDoc