data class ApiErrorResponse : Parcelable
Author
kevin.kang. Created on 2018. 5. 2..
<init> |
ApiErrorResponse(code: Int, msg: String, apiType: String?, requiredScopes: List<String>?, allowedScopes: List<String>?) |
allowedScopes |
val allowedScopes: List<String>? |
apiType |
val apiType: String? |
code |
val code: Int |
msg |
val msg: String |
requiredScopes |
val requiredScopes: List<String>? |