Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add details to Error type
  • Loading branch information
erikzhang committed Nov 26, 2021
commit cb8cdce495b998d7d530b0d5d3895a1ba60e8408
1 change: 1 addition & 0 deletions nep-20.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ export type ErrorType =
export type Error = { // All possible reasons returned by the onrejected callback of promises.
type: ErrorType;
message: string;
details?: any;
}

export interface IDapiProvider {
Expand Down