in uber-rides/src/main/java/com/uber/sdk/rides/client/error/ClientError.java [38:42]
public ClientError(@Nullable String code, int status, @Nullable String title) {
this.code = code;
this.status = status;
this.title = title;
}