@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ExpectedResponses
| Modifier and Type | Required Element and Description |
|---|---|
int[] |
value
The status code that will trigger that an error of type errorType should be returned.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/