newErrorWithAppendMessage
open fun newErrorWithAppendMessage(@NonNull domain: String, code: Int, @Nullable appendMessage: String): GamebaseException
open fun newErrorWithAppendMessage(@NonNull domain: String, code: Int, @Nullable appendMessage: String, @Nullable data: Intent): GamebaseException
open fun newErrorWithAppendMessage(@NonNull domain: String, code: Int, @Nullable appendMessage: String, @Nullable cause: Throwable): GamebaseException