File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ export interface CustomErrorData {
50
50
/** HTTP status text of the error response. */
51
51
statusText ?: string ;
52
52
53
- /** Response from a <code> {@link GenerateContentRequest}</code> */
53
+ /** Response from a {@link GenerateContentRequest} */
54
54
response ?: GenerateContentResponse ;
55
55
56
56
/** Optional additional details about the error. */
57
57
errorDetails ?: ErrorDetails [ ] ;
58
58
}
59
59
60
60
/**
61
- * Standardized error codes that <code> {@link VertexAIError}</code> can have.
61
+ * Standardized error codes that {@link AIError} can have.
62
62
*
63
63
* @public
64
64
*/
@@ -99,6 +99,6 @@ export const enum AIErrorCode {
99
99
/** An error occurred while parsing. */
100
100
PARSE_FAILED = 'parse-failed' ,
101
101
102
- /** An error occured due an attempt to use an unsupported feature. */
102
+ /** An error occurred due an attempt to use an unsupported feature. */
103
103
UNSUPPORTED = 'unsupported' ,
104
104
}
You can’t perform that action at this time.
0 commit comments