1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package xray
4
5const (
6
7	// ErrCodeInvalidRequestException for service response error code
8	// "InvalidRequestException".
9	//
10	// The request is missing required parameters or has invalid parameters.
11	ErrCodeInvalidRequestException = "InvalidRequestException"
12
13	// ErrCodeThrottledException for service response error code
14	// "ThrottledException".
15	//
16	// The request exceeds the maximum number of requests per second.
17	ErrCodeThrottledException = "ThrottledException"
18)
19