We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c47b7b + 1af4756 commit 30d29b5Copy full SHA for 30d29b5
src/abpHttp.ts
@@ -56,7 +56,7 @@ export class AbpHttpConfiguration {
56
57
defaultError = <IErrorInfo>{
58
message: 'An error has occurred!',
59
- details: 'Error detail not sent by server.'
+ details: 'Error details were not sent by server.'
60
};
61
62
defaultError401 = <IErrorInfo>{
@@ -71,7 +71,7 @@ export class AbpHttpConfiguration {
71
72
defaultError404 = <IErrorInfo>{
73
message: 'Resource not found!',
74
- details: 'The resource requested could not found on the server.'
+ details: 'The resource requested could not be found on the server.'
75
76
77
logError(error: IErrorInfo): void {
0 commit comments