Object request error
Written by
Updated at March 31, 2025
ERR.DS_API.US.BAD_REQUEST
This is the server response to an invalid object request.
This error may occur when attempting to use forbidden characters in the object name. The name must meet these requirements:
-
Starts and ends with an upper-case or lower-case Latin or Russian letter, number, or one of these characters:
_
,@
,(
,)
, or%
. -
The other characters must be upper-case or lower-case Latin or Russian letters, numbers, acceptable characters, or spaces.
Acceptable characters
- Underscore:
_
- At:
@
- Parentheses:
(
,)
- Percent:
%
- Comma:
,
- Colon:
:
- Semicolon:
;
- Apostrophe:
'
- Vertical bar:
|
- Hyphen:
-
- En dash:
–
- Em dash:
—
- Minus:
−
- Dollar:
$
- Asterisk:
*
- Ampersand:
&
- Underscore:
Examples of incorrect names:
Line chart: "Sales by categories"
: Name contains a forbidden character,"
.Line chart. Sales by product categories.
: Name ends with a forbidden character,.
.
To fix this error, specify the object name using only the acceptable characters, e.g.: Line chart: Sales by categories
.