You need to enable JavaScript to run this app.
导航
错误码
最近更新时间:2024.05.23 15:29:15首次发布时间:2024.05.23 15:29:15

BDWebImageError
typedef NS_ENUM(
    NSInteger,
    BDWebImageError
)

图片库错误码。

枚举值

类型说明
BDWebImageCancelledNSURLErrorCancelled用户主动取消,具体值为 -999。
BDWebImageBadImageURLNSURLErrorBadURLURL 错误导致初始化请求失败,具体值为 -1000。
BDWebImageBadImageData900001返回数据不能解析。
BDWebImageEmptyImage900002解析完成图片为空像素。
BDWebImageInternalError900003内部逻辑错误。
BDWebImageOverFlowExpectedSize900004当开启渐进式下载,而且接收到的数据大于 ContentLength 时报错。
BDWebImageAwebpInvalid900005awebp 格式校验错误。
BDWebImageAwebpConvertToGIfDataError900006webp 动图转 gif 二进制错误。
BDWebImageCheckTypeError900007图片下载检查类型错误。
BDWebImageCheckDataLength900008图片下载检查 data 长度报错。
BDWebImageSRError900009图片超分失败。
BDWebImageAnimatedImageInvalid900010动图格式校验错误。
BDWebImageAnimatedImageConvertToGIfDataError900011动图转 gif 二进制错误。
BDWebImageInsufficientMemory900012内存不足解码失败。
BDWebImageShouldNotDecode900013业务强制不允许解码。
BDWebImageShouldNotRequestNetImage900014业务强制不允许请求网络图片。
BDWebImageDecryptImageError900015加载加密图片时解密失败。
BDWebImageCloudDisable12001云控配置禁止该功能。
BDWebImageAuthFail12002授权码鉴权失败。

BDLivePhotoError
typedef NS_ENUM(
    NSInteger,
    BDLivePhotoError
)

LivePhoto 相关错误码。

枚举值

类型说明
BDLivePhotoErrorBadVideoData10000001LivePhoto 视频下载数据无效。
BDLivePhotoErrorSaveVideoFailed10000002LivePhoto 视频存储到磁盘失败。
BDLivePhotoErrorBadImageURL10000003LivePhoto 图片 URL 错误导致初始化请求失败。
BDLivePhotoErrorBadVideoURL10000004LivePhoto 视频 URL 错误导致初始化请求失败。