You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit.',
80
+
'Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit.',
Copy file name to clipboardExpand all lines: src/lib/seam/connect/openapi.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -543,7 +543,7 @@ export default {
543
543
},
544
544
error_code: {
545
545
description:
546
-
'You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit.',
546
+
'Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit.',
Copy file name to clipboardExpand all lines: src/lib/seam/connect/route-types.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3230,7 +3230,7 @@ export interface Routes {
3230
3230
created_at: string
3231
3231
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
3232
3232
message: string
3233
-
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
3233
+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
3234
3234
error_code: 'salto_site_user_limit_reached'
3235
3235
}
3236
3236
>
@@ -3342,7 +3342,7 @@ export interface Routes {
3342
3342
created_at: string
3343
3343
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
3344
3344
message: string
3345
-
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
3345
+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
3346
3346
error_code: 'salto_site_user_limit_reached'
3347
3347
}
3348
3348
>
@@ -3454,7 +3454,7 @@ export interface Routes {
3454
3454
created_at: string
3455
3455
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
3456
3456
message: string
3457
-
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
3457
+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
3458
3458
error_code: 'salto_site_user_limit_reached'
3459
3459
}
3460
3460
>
@@ -18015,7 +18015,7 @@ export interface Routes {
18015
18015
created_at: string
18016
18016
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
18017
18017
message: string
18018
-
/** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
18018
+
/** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
0 commit comments