0X80070057
One or more arguments are invalid.
- Symbol / family
- E_INVALIDARG
- Signed decimal
- -2147024809
- Unsigned decimal
- 2147942487
What it means here
The caller supplied a parameter, value, or combination that the target API does not accept.
What to check next
- Validate parameter names, types, ranges, and required combinations.
- Remove undocumented or deprecated values.
- Compare the request with the current API or policy schema.
Technical reference: Microsoft documentation or Microsoft-hosted support material