Skip to content

Commit

Permalink
feat: add AuthenticationFailure status #86
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 24, 2024
1 parent c7bf0f4 commit 5e71bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module-api/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export enum InstanceStatus {
BadConfig = 'bad_config',
UnknownError = 'unknown_error',
UnknownWarning = 'unknown_warning',
AuthenticationFailure = 'authentication_failure',
}

export type LogLevel = 'info' | 'warn' | 'error' | 'debug'
Expand Down

0 comments on commit 5e71bf9

Please sign in to comment.