mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
fix: improved error handling during scanning phase
This commit is contained in:
parent
e8f2385928
commit
7312ae20d1
3 changed files with 14 additions and 6 deletions
|
|
@ -4,6 +4,6 @@ import androidx.annotation.Keep
|
|||
|
||||
@Keep
|
||||
class Error {
|
||||
var code: ErrorCode? = null
|
||||
var code: Int? = null
|
||||
var message: String? = null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue