Skip to content

Commit 61595a3

Browse files
committed
Update AsyncImageErrors.swift
1 parent 3a9c0c4 commit 61595a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/openai-async-image-swiftui/enum/AsyncImageErrors.swift

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ enum AsyncImageErrors: Error, Equatable{
2020
/// response returned no images
2121
case returnedNoImages
2222

23+
/// Status is not 200
2324
case status(Int)
2425

2526
}

0 commit comments

Comments
 (0)