public class ErrorEntity extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getApi() |
int |
getMessage() |
int |
getSql() |
Throwable |
getThrowable() |
static ErrorEntity |
of(Throwable th,
int message,
int sql,
int api) |
public static ErrorEntity of(Throwable th, int message, int sql, int api)
public Throwable getThrowable()
public int getMessage()
public int getSql()
public int getApi()
Copyright © 2021. All rights reserved.