Type alias AuthenticationProgramStateError

AuthenticationProgramStateError: {
    error?: string;
}

Type declaration

  • Optional error?: string

    If present, the error returned by the most recent virtual machine operation.

Generated using TypeDoc