public class ResponseCode extends Object
This class and inherited classes define codes separated from HTTP code to provide richer and preciser information of the API results. A recommended rule for defining response code is:
| Modifier and Type | Field and Description |
|---|---|
static int |
OK
Everything normal
|
| Constructor and Description |
|---|
ResponseCode() |
public static final int OK
Copyright © 2018–2020 Alibaba Group. All rights reserved.